home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 July: Mac OS SDK / Dev.CD Jul 96 SDK / Dev.CD Jul 96 SDK1.toast / Development Kits (Disc 1) / OpenDoc / OpenDoc Development / Debugging Support / OpenDoc Source Code / Storage / StorRsrc.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-04-22  |  662 b   |  29 lines  |  [TEXT/MPS ]

  1. /*
  2.     File:        StorRsrc.h
  3.  
  4.     Contains:    Resource constants for the Storage subsystem
  5.  
  6.     Owned by:    David McCusker
  7.  
  8.     Copyright:    © 1996 by Apple Computer, Inc., all rights reserved.
  9.  
  10.     Change History (most recent first):
  11.  
  12.          <3>      4/9/96    DH        1308248: 1.0.2 Drag of NoPart to Trash
  13.                                     rejected. Added constant for unknown
  14.                                     cateogry.
  15.          <2>     3/29/96    DM        1296171: include RsrcBase.h
  16.          <1>    .03.1996    NP        first checked in
  17.     To Do:
  18. */
  19.  
  20. #ifndef _STORRSRC_
  21. #define _STORRSRC_
  22.  
  23. #ifndef _RSRCBASE_
  24. #include "RsrcBase.h"
  25. #endif
  26.  
  27. #define kODAlertFatalContainerError (kODStorageRsrcBase + 60)
  28. #define kODUnknownCategoryStr        (kODStorageRsrcBase + 61)
  29. #endif /* _STORRSRC_ */